LLM-26222 Show input params, result of running mcp tools, LLM-26016 Show mcp initialization errors in chat, LLM-26758 Failed to initialize ACP process - #90
Merged
NikolaiSviridov merged 9 commits intoApr 10, 2026
Conversation
slapoguzov
requested changes
Apr 9, 2026
slapoguzov
requested changes
Apr 9, 2026
slapoguzov
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
United all the issues in one MR because they are all related to MCP, the latest update affects all of them, and it was easier to push them together at once
LLM-26222 Show input params, result of running mcp tools
LLM-26016 Show mcp initialization errors in chat
Versions were added so ACP can match an MCP startup-complete event to the correct session startup window, instead of showing initialization errors from some earlier or unrelated startup state
LLM-26758 Failed to initialize ACP process
Changes related to
const codexPath = resolveCodexPath();.Added
scripts/build-macos-local.sh, which is used for local testing of the binary. The current MCP plugin settings do not allow ACP to use them, so I tested it via the binary for integrated Codex. That is how I found that it is broken on the currentmainbranch.